* {
    margin: 0;
    padding: 0;
    /*user-select: none;*/
}
img {
    border: 0px solid red;
    border: 0px solid red\0;
    border: 0px solid red\9;
}
ul,li,ol,dl {
    list-style: none;
    margin-bottom: 0px;
}
a {
    text-decoration: none !important;
    display: inline-block;
    /*border:0px solid red;*/
}
body p {
    margin: 0px;
}
.clear {
    clear: both;
}
h1,h2,h3,h4,h5,h6,p,span,div {
    font-family: '微软雅黑,arial';
    margin-top: 0px;
    margin-bottom: 0px;
}
.container,.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.pc{
    display: block!important;
}
.mobile{
    display: none!important;
}
@media screen and (max-width: 768px){
    .pc{
        display: none!important;
    }
    .mobile{
        display: block!important;
    }
    .container{
        padding-left: 8px;
        padding-right: 8px;
    }
}
/*================       初始化       ===================*/

.top{
    background: #fff;
    border-bottom:3px solid #e7e7e7;
    border-image: -webkit-linear-gradient(#dbdbdb,#e7e7e7) 30 30;
    border-image: -moz-linear-gradient(#dbdbdb,#e7e7e7) 30 30;
    border-image: linear-gradient(#dbdbdb,#e7e7e7) 30 30;
}
.top-box{
    position: relative;
    height: 110px;
}
.top-logo{
    float: left;
    margin-top: 13px;
}
.top-logo img{
    /*width: 248px;*/
    height: 83px;
}
.top-content{
    float: right;
    /*width: calc(100% - 311px);*/
    width: calc(100% - 320px);
}
.top-header{
    width: 100%;
    background: url(../images/line.png) no-repeat bottom;
    background-size: 1914px 1px;
}
.top-language{
    float: right;
    display: block;
    height: 36px;
    margin-left: 10px;
}
.top-language-pic{
    float: left;
    margin-top: 9px;
    margin-top: 11px;
}
.top-language-pic img{
    /*width: 28px;*/
    height: 18px;
    height: 14px;
    display: block;
}
.top-language-title{
    float: left;
    font-size: 14px;
    font-size: 12px;
    color: #353535;
    line-height: 36px;
    margin-left: 5px;
}
.top-search{
    float: right;
    height: 36px;
    width: 36px;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
    margin-left: 10px;
}
.top-collect{
    float: right;
    display: block;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
}
.top-tel{
    float: right;
    display: block;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    height: 36px;
    line-height: 36px;
}
.top-tel i{
    font-size: 16px;
    color: #bd8c40;
}
.top-language:hover .top-language-title{
    color: #bd8c40;
}
.top-tel:hover{
    color: #bd8c40;
}
.top-collect:hover{
    color: #bd8c40;
}
.top-nav .nav-li{
    font-size: 16px;
    color: #333333;
    float: left;
    height: 74px;
    line-height: 74px;
    position: relative;
    margin-left: 35px;
    margin-left: 30px;
}
.nav-li>a{
    font-size: 16px;
    font-size: 1.4rem;
    color: #000;
    display: block;
    height: 74px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;

}
.nav-active>a{
    color: #e2a64e;
}
.top-nav .header-subnav{
    position: absolute;
    /*left: 50%;*/
    top: 100%;
    min-width: 140px;
    /*margin-left: -70px;*/
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    display: none;
    background: #fff;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    z-index: 9999;
    border: 1px solid #eaeaea;
    line-height: 1.45;
    box-shadow: 0 4px 10px -2px rgba(0,0,0,.1);
}
.top-nav .subnav-item{
    display: block;
    /*text-align: center;*/
    font-size: 15px;
    font-size: 1.2rem;
    color: #001530;
    line-height: 1.45;
    padding: .9em 1em;
    border: 1px solid #eaeaea;
    border-width: 0 0 1px;
    transition: all .2s linear;

}
.nav-li>a:hover{
   color: #e2a64e; 
}
.top-nav .nav-li:hover .header-subnav{
    display: block;
}
.top-nav .subnav-item:hover{
    background: #fff;
    color: #e2a64e; 
    /*color: #806c52;*/
}
.imune{
    display: none;
    float: right;
    margin-left: 20px;
    margin-top: 11px;
    cursor: pointer;
}
.imune:last-child{
    margin-left: 0px;
}
.vh-imune {
    width: 30px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    right: 0rem;
    font-size: 30px;
    color: #000;
    z-index: 999;
}
#modal-search h4.modal-title {
    font-size: 14px;
}
.footer{
    background: #806c52;
    
}
.footer-box{
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #fff;
    line-height: 34px;
}
.ng-inhe{
    width:100%;
    height:0px;
    position:relative;
    /*padding-bottom:34%;*/
    overflow:hidden;
}
.ng-inhe .vs-ini{
    position:absolute;
    top:0px;
    top:0px;
    width:100%;
    height:100%;
    overflow:hidden;
}
.ng-inhe .inoh-swiper{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}
.ng-inhe .swiper-wrapper{
    height:100%;
}
.ng-inhe .swiper-slide{
    height:100%;
}
.ng-inhe .inoh-swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ng-inhe .inoh-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 8px;
    margin: 0 7px;
    opacity: 0.9;
    background-color: #000000;
    border: 1px solid #000000;
    cursor: pointer;
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}
.ng-inhe .inoh-swiper .swiper-active-switch {
    background: #fff;
    border: 1px solid #fff;
}
.ng-inhe .inoh-link{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    display:block;
    background-repeat:no-repeat;
    background-position:50% 0;
    background-size:cover;
}

.ios-menu{
    position: relative;
    overflow: hidden;
}
.ios-menu .vk-rank{
    position: relative;
    overflow: hidden;
}
.ios-menu .vk-dont{
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
    position: relative;
}
.ios-menu .vk-link{
    overflow:hidden;
    position:relative;
    display:block;
    height:3.6rem;
}
.ios-menu .vk-link a{
    overflow:hidden;
    position:relative;
    display:block;
    height:3.6rem;
    line-height:3.6rem;
    font-size:1.44rem;
    color:#000;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ios-menu .vk-dont-this .vk-link a{
    color: #00559d;
    color: #bd8c40;
}
.ios-menu .vk-rank-down>.vk-dont{
    padding:0px 3.8rem 0px 0px;
}
.ios-menu .vk-down{
    width:4rem; height:3.6rem;
    position:absolute;
    top:0px; right:0px;
    overflow:hidden;
    border-left:1px solid #D7D7D7;
}
.ios-menu .vk-down-soll{
    display:block;
    height:7.2rem;
    width:4rem;
    position:absolute;
    top:0px;
    left:0px;
    overflow:hidden;
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}
.ios-menu .vk-down-show .vk-down-soll{
    top:-3.6rem;
}
.ios-menu .vk-down-ico{
    width:4rem;
    height:3.6rem;
    line-height:3.6rem;
    font-size:1.82rem;
    color:#000;
    text-align:center;
    display:block;
    overflow:hidden;
}
.ios-menu .vk-group{
    padding:0px 0px 0px 3.6rem;
    overflow:hidden;
    display:none;
}
.ios-menu .vk-group-show{
}
.ios-menu .vk-link-top{
    overflow: hidden;
    position: relative;
    display: block;
    height: 3.6rem;
    text-align: center;
}
.vk-link-language{
    display: inline-block;
    margin-right: 30px;
}
.vk-link-language:last-child{
    margin-right: 0px;
}
.vk-link-language-pic{
    float: left;
    height: 3.6rem;
}
.vk-link-language-pic img{
    margin-top: 12px;
    width: 28px;
    height: 18px;
    display: block;
}
.vk-link-language-title{
    float: left;
    margin-left: 5px;
    height: 3.6rem;
    line-height: 3.6rem;
    color: #333;
    font-size: 14px;
}
@media screen and (max-width: 1200px){
    .top-logo img{
        height: 70px;
    }
    .top-content{
        width: calc(100% - 265px);
    }
    .top-nav .nav-li{
        margin-left: 15px;
    }
}
@media screen and (max-width: 992px){
    .top-box{
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .top-logo{
        margin-top: 0px;
    }
    .top-content{
        display: none;
    }
    .imune{
        display: block;
    }
    .ng-inhe{
        /*padding-bottom: 50%;*/
    }
}
@media screen and (max-width: 768px){
    .top-logo img{
        height: 56px;
    }
    .imune{
        margin-top: 4px;
    }
    .footer-box{
        line-height: 24px;
    }
}
@media screen and (max-width: 600px){
    .top-logo img{
        height: 48px;
    }
    .imune{
        margin-top: 0px;
    }
}

/*============================================================================================*/

.banner{
    width: 100%;
    /*padding-bottom: 28.2%;*/
    position: relative;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.banner img{
    width: 100%;
}
@media screen and (max-width: 768px){
    .banner{
        /*padding-bottom: 36%;*/
    }
}

/*============================================================================================*/

.menu{
    text-align: center;
    padding-top: 25px;
}
.menu-box{
    display: inline-block;
}
.menu-item{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    float: left;
}
.menu-item:hover{
    color: #cbaf81;
}
.menu span{
    float: left;
    display: block;
    position: relative;
    width: 1px;
    height: 32px;
    margin-left: 15px;
    margin-right: 15px;
}
.menu span::after{
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #dcdcdc;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
}
.menu-item-active{
    color: #cbaf81;
}
.choose-list{
    margin-top: 35px;
    margin-bottom: 40px;
}
.choose-list>li{
    float: left;
    margin-right: 20px;
}
.choose-list>li:last-child{
    margin-right: 0px;
}
.choose-item{
    display: block;
}
.choose-item-round{
    float: left;
    width: 24px;
    height: 24px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.choose-item-round::after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 50%;
    overflow: hidden;
}
.choose-item-title{
    float: left;
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.choose-active .choose-item-round{
    border-color: #bd8c40;
}
.choose-active .choose-item-round::after{
    background: #bd8c40;
}

@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 992px){
    .choose-list{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .menu-item{
        font-size: 16px;
    }
}
@media screen and (max-width: 760px){
    .product-box{
        padding-top: 30px;
    }
    .menu{
        display: none;
        padding-top: 20px;
    }
    .choose-list{
        display: none;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .choose-item-round{
        width: 22px;
        height: 22px;
    }
    .choose-item-title{
        font-size: 14px;
        line-height: 22px;
        margin-left: 8px;
    }
    .choose-item-round::after{
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
    }
}

/*============================================================================================*/

.bot{
    background: #ece7de;
}
.bot-box{
    padding-top: 34px;
    padding-bottom: 23px;
}
.bot-nav{
    width: 930px;
}
.bot-nav-list>li{
    float: left;
    margin-right: 80px;
}
.bot-nav-list>li:last-child{
    margin-right: 0px;
}
.bot-nav-item-title>span{
    font-size: 16px;
    display: inline-block;
    color: #333;
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdfdf;
}
.bot-nav-item-title>span::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 26px;
    height: 2px;
    background: #bdbcbc;
}
.bot-subnav-list{
    margin-top: 15px;
}
.bot-subnav-list>li{
    margin-bottom: 5px;
}
.bot-subnav-list>li:last-child{
    margin-bottom: 0px;
}
.bot-subnav-item{
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 26px;
}
.bot-content{
    width: 226px;
}
.bot-content-tit{
    font-size: 18px;
    color: #333;
    text-align: right;
    font-weight: 600;
}
.bot-content-title{
    font-family: 'arial';
    font-size: 30px;
    color: #b6905d;
    font-weight: 600;
    font-style: italic;
    text-align: right;
}
.bot-content-name{
    font-size: 14px;
    color: #333;
    text-align: right;
    margin-bottom: 6px;
}
.bot-content-pic img{
    max-width: 100%!important;
}
.bot-subnav-item:hover{
    color: #806c52;
}

@media screen and (max-width: 1200px){
    .bot-nav{
        width: 750px;
    }
    .bot-content{
        width: 205px;
    }
    .bot-nav-list>li{
        margin-right: 55px;
    }
}
@media screen and (max-width: 992px){
    .bot-nav{
        width: 560px;
    }
    .bot-nav-list>li{
        margin-right: 30px;
    }
    .bot-content{
        width: 180px;
    }
    .bot-content-title{
        font-size: 26px;
    }
}
@media screen and (max-width: 768px){
    .bot{
        display: none;
    }
}

/*============================================================================================*/

.product{
    background: #f5f5f5;
    padding-bottom: 115px;
}
.product-box{
    background: #fff;
    /*background: rgba(255,255,255,.4);*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
}
.product-list>li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.product-list>li:nth-child(3n){
    margin-right: 0px;
}
.product-item{
    display: block;
}
.product-item-pic{
    display: block;
    overflow: hidden;
}
.product-item-pic img{
    width: 100%;
    transition:all 0.6s;
}
.product-item-title{
    margin-top: 25px;
    font-size: 18px;
    color: #988059;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item-name{
    margin-top: 5px;
    font-size: 16px;
    color: #979797;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item:hover .product-item-pic img{
    transform:scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
    .product{
        padding-bottom: 60px;
    }
    .product-box{
        padding-bottom: 40px;
    }
    .product-item-title{
        font-size: 16px;
        margin-top: 15px;
    }
    .product-item-name{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 760px){
    .product{
        padding-bottom: 30px;
    }
    .product-box{
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 20px;
    }
    .choose-list>li{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product-list>li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .product-list>li:nth-child(3n){
        margin-right: 2%;
    }
    .product-list>li:nth-child(2n){
        margin-right: 0;
    }
    .product-item-title{
        margin-top: 10px;
    }
}

/*============================================================================================*/
.prodetail-box{
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
}
.prodetail-pic{
    float: left;
    width: 54.6%;
}
.prodetail-pic img{
    width: 100%;
}
.prodetail-info{
    float: right;
    width: 41%;
}
.prodetail-top-tm{
    margin-top: 10px;
}
.prodetail-top-t{
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}
.prodetail-top-tit{
    font-size: 30px;
    color: #988059;
}
.prodetail-top-title{
    font-size: 16px;
    color: #979797;
    margin-top: 6px;
}
.prodetail-desc{
    margin-top: 10px;
}
.prodetail-mid{
    margin-top: 30px;
}
.prodetail-mid-tit{
    font-size: 16px;
    color: #cbaf81;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    position: relative;
}
.prodetail-mid-tit::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 36px;
    height: 3px;
    background: #cbaf81;
}
.prodetail-bot{
    margin-top: 20px;
}
.prodetail-bot-tit{
    font-size: 20px;
    color: #cbaf81;
    padding-bottom: 15px;
    position: relative;
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
    .prodetail-box{
        padding-bottom: 40px;
    }
    .prodetail-pic{
        float: none;
        width: 60%;
        margin: 0 auto;
    }
    .prodetail-info{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .prodetail-top-tit{
        font-size: 26px;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 760px){
    .prodetail-box{
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 20px;
    }
    .prodetail-pic{
        width: 100%;
    }
    .prodetail-info{
        margin-top: 15px;
    }
    .prodetail-top-tit{
        font-size: 22px;
    }
    .prodetail-top-title{
        margin-top: 3px;
    }
    .prodetail-top-t{
        padding-bottom: 6px;
    }
    .prodetail-desc{
        margin-top: 6px;
    }
    .prodetail-mid{
        margin-top: 15px;
    }
    .prodetail-bot{
        margin-top: 10px;
    }
    .prodetail-bot-tit{
        font-size: 18px;
        padding-bottom: 10px;
    }
}

/*===============================================================================================*/

.service-box{
    padding-top: 30px;
    padding-bottom: 100px;
}
.service-list>li{
    position: relative;
    margin: 40px 0;
}
.service-item{
    position: relative;
}
.service-item-word{
    float: right;
    width: 37%;
    width: 49%;
    padding-top: 70px;
}
.service-item-pic{
    float: left;
    width: 40%;
    position: relative;
    text-align: center;
}
.service-item-pic::before{
    content: "";
    border: solid 1px #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 6%;
    margin-top: 6%;
}
.service-item-pic-img{
    padding-bottom: 60%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.service-item-pic-dian{
    position: absolute;
    right: 0px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #cbaf81;
    bottom: -18px;
}
.service-item-tit{
    font-size: 24px;
    color: #333;
    text-align: center;
}
.service-item-desc{
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.service-line{
    margin-top: 70px;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}
.service-li-two .service-item-word{
    float: left;
}
.service-li-two .service-item-pic{
    float: right;
}
@media screen and (max-width: 1200px){
    .service-item-word{
        padding-top: 30px;
    }
    .service-item-tit{
        font-size: 20px;
    }
    .service-item-desc{
        margin-top: 10px;
    }
    .service-box{
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 992px){
    .service-list>li{
        margin: 25px 0;
    }
    .service-item-word{
        padding-top: 10px;
    }
    .service-item-tit{
        font-size: 18px;
    }
    .service-item-desc{
        margin-top: 6px;
    }
    .service-item-pic{
        width: 45%;
    }
    .service-line{
        margin-top: 45px;
    }
    .service-item-pic-dian{
        bottom: -14px;
    }
}
@media screen and (max-width: 768px){
    
}
@media screen and (max-width: 760px){
    .service-list>li{
        margin: 20px 0;
    }
    .service-item-word{
        width: 100%;
        padding-top: 0px;
    }
    .service-item-desc{
        margin-bottom: 16px;
    }
    .service-item-pic{
        width: 100%;
    }
    .service-item-pic::before{
        border: 0px;
    }
    .service-item-pic-dian{
        position: relative;
        bottom: 0px;
        width: 20px;
        height: 20px;
        margin: 0 auto;
        margin-top: 3%;
    }
    .service-line{
        margin-top: 0px;
    }
    .service-box{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*================================================================================*/

.factory-box{
    padding-bottom: 70px;
}
.factory-tit{
    margin-top: 15px;
}
.factory-titcn{
    font-size: 36px;
    color: #333;
    text-align: center;
}
.factory-titen{
    text-align: center;
    font-family: 'arial';
    font-size: 18px;
    color: #999;
    margin-top: 8px;
    margin-bottom: 8px;
}
.factory-line{
    width: 54px;
    height: 4px;
    background: #b6905d;
    margin: 0 auto;
}
.factory-con{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}
.factory-content{
    margin-top: 20px;
}
.factory-content table{
    max-width: 100%!important;
}
.factory-content img{
    max-width: 100%!important;
}
.factory-other{
    padding-top: 35px;
    border-bottom: 1px solid #cccccc;
}
.factory-other-title{
    font-size: 24px;
    color: #333333;
}
.other-list{
    margin-top: 20px;
}
.other-list>li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.other-list>li:nth-child(3n){
    margin-right: 0px;
}
.other-item img{
    width: 100%;
}
@media screen and (max-width: 1200px){
    .factory-con{
        padding-bottom: 25px;
    }
    .factory-titcn{
        font-size: 28px;
    }
    .factory-titen{
        font-size: 16px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .factory-content{
        margin-top: 15px;
    }
    .factory-other{
        padding-top: 25px;
    }
    .factory-other-title{
        font-size: 20px;
    }
    .factory-box{
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 992px){
    .factory-tit{
        margin-top: 10px;
    }
    .factory-titcn{
        font-size: 24px;
    }
    .factory-other-title{
        font-size: 18px;
    }
    .factory-con{
        padding-bottom: 20px;
    }
    .factory-other{
        padding-top: 20px;
    }
    .factory-box{
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 768px){
    .factory-box{
        padding-top: 30px;
    }
}
@media screen and (max-width: 760px){
    .other-list>li{
        width: 49%;
        margin-right: 2%;
    }
    .other-list>li:nth-child(3n) {
        margin-right: 2%;
    }
    .other-list>li:nth-child(2n) {
        margin-right: 0;
    }
    .factory-other{
        padding-bottom: 10px;
    }
}

/*===============================================================================*/

.developTop{
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.developTop-left{
    float: left;
    width: 50%;
}
.developTop-left-box{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}
.developTop-left-padd{
    padding: 40px;
    width: 100%;
}
.developTop-left-thumb{
    text-align: center;
}
.developTop-left-thumb img{
    max-width: 100%!important;
}
.developTop-right{
    float: left;
    width: 50%;
}
.developTop-right-box{
    padding: 10px;
}
.developTop-right-title{
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 0px;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    color: #806c52;
    font-size: 2.5rem;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
.developTop-right-desc{
    margin-bottom: 1.6rem;
    color: #001530;
    font-size: 12px;
    line-height: 1.7;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
.developTop-bottom{
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.developTop-bottom svg{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.developTop-bottom svg path{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    fill: rgba(122, 122, 122, 0.15);
}
.developBot-list{
    margin-top: 20px;
    margin-bottom: 20px;
}
.developBot-list>li{
    float: left;
    width: 33.33%;
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 521px;
}
.developBot-item{
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: rgba(122, 122, 122, 0.18);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
}
.developBot-item-box{
    position: relative;
    width: 100%;
}
.developBot-item-pic{
    display: block;
    width: 100%;
    margin-bottom: 21px;
    text-align: center;
}
.developBot-item-pic img{
    max-width: 100%;
    width: 100%;
    transition:all 0.6s;
}

.developBot-item-tit{
    color: #806c52;
    font-size: 2.1666666666667rem;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}
.developBot-item-desc{
    text-align: center;
    font-size: 12px;
    color: #001530;
    line-height: 1.7;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
.developBot-item:hover .developBot-item-pic img{
    transform:scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
    
}
@media screen and (max-width: 768px){
    .developBot-list>li{
        min-height: 532px;
    }
}
@media screen and (max-width: 760px){
    .developTop-left{
        width: 100%;
    }
    .developTop-right{
        width: 100%;
    }
    .developBot-list>li{
        width: 100%;
        min-height: 50px;
    }
    .developBot-item-pic img{
        width: 400px;
    }
    .developBot-item-tit{
        font-size: 20px;
    }
}
@media screen and (max-width: 450px){
    .developBot-item-pic img{
        width: 100%;
    }
}


/*=================================================================================*/

.contact{
    width: 100%;
    /*min-height: 700px;*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.contact-box{
    padding-top: 75px;
}
.contact-title{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.contact-subtitle{
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.contact-list{
    margin-top: 50px;
    text-align: center;
}
.contact-list>li{
    /*float: left;*/
    /*width: 50%;*/
    width: 33%;
    display: inline-block;
    margin-bottom: 55px;
}
.contact-item{
    width: 400px;
    width: 280px;
    display: block;
    margin: 0 auto;
}
.contact-item-title{
    text-align: center;
    color: #fff;
    background: #c4985b;
    font-size: 20px;
    font-size: 18px;
    line-height: 60px;
    line-height: 40px;
}
.contact-item-pic{
    text-align: center;
    margin-top: 35px;
}
.contact-item-pic img{
    width: 42px;
    height: 42px;
}
.contact-item-info{
    font-size: 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    /*width: 290px;*/
    /*margin: 0 auto;*/
    margin-top: 20px;
    min-height:60px;
}
.contact-item-tip{
    text-align: left;
    font-size: 16px;
    font-size: 14px;
    color: #fff;
    /*width: 210px;*/
    /*margin: 0 auto;*/
  
    white-space:nowrap;
    margin-top: 8px;
    text-align: center;
}
.contact-item-tip a{
    font-size: 16px;
    font-size: 14px;
    color: #fff;
}
.contact-item-tophei{
    height: 10px;
}

@media screen and (max-width: 1200px){
    .contact-box{
        padding-top: 50px;
    }
    .contact-title{
        font-size: 24px;
    }
    .contact-subtitle{
        font-size: 18px;
        margin-top: 6px;
    }
    .contact-list{
        margin-top: 35px;
    }
    .contact-list>li{
        margin-bottom: 45px;
    }
    .contact-item-title{
        font-size: 18px;
        /*line-height: 3;*/
    }
    .contact-item-pic{
        margin-top: 25px;
    }
    .contact-item-info{
        margin-top: 15px;
    }
    .contact-item{
        width: 90%;
    }
}
@media screen and (max-width: 992px){
    .contact-list>li{
        width: 49%;
        margin-bottom: 30px;
    }
    .contact-item{
        width: 90%;
    }
    .contact-item-pic{
        margin-top: 20px;
    }
    .contact-item-info{
        width: 90%;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 15px;
    }
    .contact-item-tip{
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 760px){
    .contact-box{
        padding-top: 30px;
    }
    .contact-title{
        font-size: 20px;
    }
    .contact-subtitle{
        font-size: 16px;
    }
    .contact-list{
        margin-top: 20px;
    }
    .contact-list>li{
        width: 100%;
        margin-bottom: 15px;
    }
    .contact-item-title{
        line-height: 2.5;
    }
    .contact-item-pic{
        margin-top: 10px;
    }
    .contact-item-info{
        margin-top: 10px;
    }
    .contact-item-tophei{
        height: 0px;
    }
    .contact-item-tip{
        width: 62%;
    }
}


/*==================================================================================*/

.news{
    background: #f5f5f5;
    padding-bottom: 45px;
}
.news-box{
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.news-list>li{
    border-bottom: 1px solid #e9e9e9;
    padding-top: 30px;
    padding-bottom: 15px;
}
.news-item{
    display: block;
}
.news-item-title{
    font-size: 24px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-tip{
    margin-top: 4px;
}
.news-item-tip-pic{
    float: left;
}
.news-item-tip-pic img{
    width: 20px;
    height: 18px;
}
.news-item-tip-tit{
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-left: 10px;
}
.news-item-desc{
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-item-link{
    display: inline-block;
    font-size: 16px;
    color: #cbaf81;
    margin-top: 12px;
}
.news-item:hover .news-item-title{
    color: #cbaf81;
}
@media screen and (max-width: 1200px){
    .news-list{
        margin-top: 5px;
    }
    .news-list>li{
        padding-top: 15px;
    }
    .news-item-title{
        font-size: 20px;
    }
}
@media screen and (max-width: 992px){
    .news-item-title{
        font-size: 18px;
    }
    .news-item-desc{
        margin-top: 3px;
    }
    .news-item-link{
        font-size: 14px;
        margin-top: 6px;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 760px){
    .news{
        padding-bottom: 30px;
    }
    .news-box{
        padding-bottom: 20px;
    }
    .news-item-title{
        font-size: 16px;
    }
    .news-item-desc{
        margin-top: 0px;
    }
    .news-item-link{
        margin-top: 3px;
    }
}

/*============================================================================*/

.pages{
    text-align: right;
}
.pages span{
    /*display: inline-block;*/
    float: left;
    display: block;
    font-size: 14px;
    border: 1px solid #ccc;
    overflow: hidden;
    width: 38px;
    height: 38px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 38px;
    text-align: center;
    font-family: Arial;
    margin-right: 10px;
    transition: background-color 0.2s ease-out;
}
.pages a{
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.pages span.ad-this{
    color: #fff;
    border: 1px solid #cbaf81;
    background: #cbaf81;
}
#pages a {
    width: 38px;
    height: 38px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 38px;
    text-align: center;
    font-family: Arial;
    transition: background-color 0.2s ease-out;
}

#pages .pagination{
    margin-bottom: 0px;
}


/*============================================================================================*/

.honor-list{
    margin-top: 30px;
}
.honor-list>li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.honor-list>li:nth-child(4n){
    margin-right: 0px;
}
.honor-item{
    display: block;
    cursor: pointer;
}
.honor-item img{
    width: 100%;
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
    .honor-list>li{
        width: 32%;
    }
    .honor-list>li:nth-child(4n){
        margin-right: 2%;
    }
    .honor-list>li:nth-child(3n){
        margin-right: 0px;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 760px){
    .honor-list>li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .honor-list>li:nth-child(4n){
        margin-right: 4%;
    }
    .honor-list>li:nth-child(3n){
        margin-right: 4%;
    }
    .honor-list>li:nth-child(2n){
        margin-right: 0;
    }
}

/*====================================================================================================*/

.newsdetail-content{
    margin-top: 20px;
}
.newsdetail-title{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.newsdetail-tip{
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.newsdetail-content{
    margin-top: 20px;
}
.ve-skips{
    margin-top:20px;
    line-height:24px;
    font-size:14px;
    font-weight:300;
}
.ve-skips>p{
    padding:2px 0px;
}
.ve-skips>p>a{
    color:#000;
}
.ve-skips>p>a:hover{
    color:#529BF7;  
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
    .newsdetail-title{
        font-size: 22px;
    }
}
@media screen and (max-width: 768px){
    .newsdetail-title{
        font-size: 20px;
    }
    .news-box{
        padding-top: 20px;
    }
}
@media screen and (max-width: 760px){

}

/*=========================================================================*/

.search-box{
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-search{
    display: none!important;
}
.top-tel{
    display: none!important;
}
.bot-content{
    display: none!important;
}

/*=============================================================================*/


.guan-mar{
    margin-top: 20px;
}
.guan-topLeft{
    float: left;
    width: 60.2%;
}
.guan-topLeft img{
    width: 100%;
    cursor: pointer;
}
.guan-topRight{
    float: right;
    width: 38.1%;
}
.guan-topRight-item{
    margin-bottom: 4%;
}
.guan-topRight-item:last-child{
    margin-bottom: 0px;
}
.guan-topRight-item img{
    width: 100%;
    cursor: pointer;
}
.guan-Pclist>li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.guan-Pclist>li:nth-child(3n){
    margin-right: 0px;
}
.guan-Pclist>li img{
    width: 100%;
    cursor: pointer;
}
.guan-Moblist>li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 3%;
}
.guan-Moblist>li:nth-child(2n){
    margin-right: 0px;
}
.guan-Moblist>li img{
    width: 100%;
    cursor: pointer;
}
.guan-mob{
    display: none!important;
}
@media screen and (max-width: 767px){
    .guan-pc{
        display: none!important;
    }
    .guan-mob{
        display: block!important;
    }
}


/*=====================================================*/


.top-languages{
    float: right;
    display: block;
    height: 35px;
    margin-left: 10px;
    position: relative;
}
.language-item{
    display: block;
    height: 35px;
    line-height: 35px;
    color: #333;
}
.sublanguage-item{
    display: block;
    height: 35px;
    line-height: 35px;
    color: #333;
}
.language-list{
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    z-index: 999;
    background: #fff;
    padding-left: 8px;
    width: 100px;
    box-shadow: 0 4px 10px -2px rgba(0,0,0,.1);
}
.language-item:hover{
    color: #e2a64e;
}
.sublanguage-item:hover{
    color: #e2a64e;
}
.top-languages:hover .language-list{
    display: block;
}


/*========================================================================*/


.ng-fonshow{
    width: 100%;
    height: 450px;
    position: fixed;
    top: 50%;
    margin-top: -225px;
    left: 0px;
    z-index: 1000;
    display: none;
}
.ng-fonshow .vs-ini{
    width: 100%;
    position: relative;
    margin: 0px auto;
    max-width: 1170px;
    padding: 10px;
}
.ng-fonshow .vs-box{
    border: 1px solid #BABABA;
    box-shadow: 0px 0px 4px rgba(0,0,0,.4);
    background: #fff;
}
.ng-fonshow .vs-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    z-index: 20;
}
.ng-fonshow .vs-close img{
    width: 100%;
    display: block;
}
.ng-fonshow .vs-table {
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.ng-fonshow .vs-table-doc {
    width: 100%;
    display: none;
    position: relative;
    height: 368px;
    overflow: hidden;
}
.ng-fonshow .vs-table-call {
    position: relative;
    min-height: 368px;
    overflow: hidden;
}
.ng-fonshow .vs-table-highfiy{
    float: left;
    width: 48%;
    height: 368px;
}
.ng-fonshow .vs-table-highfiy table{
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.ng-fonshow .vs-table-highfiy table tr td{
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.ng-fonshow .vs-table-highfiy table tr td img{
    max-width: 100%;
    max-height: 100%;
}
.ng-fonshow .vs-table-text{
    float: left;
    width: 50%;
    margin-left: 2%;
    display: block;
    overflow: auto;
    position: relative;
    height: 360px;
    /*line-height: 30px;
    font-size: 15px;
    color: #000;*/
    background-color: rgba(256,255,255,0.6);
}
.ng-fonshow .vs-table-doc-show{
    display: block;
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
    .ng-fonshow .vs-table{
        padding: 20px;
    }
    .ng-fonshow .vs-table-highfiy{
        width: 44%;
    }
    .ng-fonshow .vs-table-text{
        width: 54%;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 767px){
    .ng-fonshow .vs-table-highfiy{
        display: none;
        width: 100%;
        height: auto;
    }
    .ng-fonshow .vs-table-text{
        margin-left: 0px;
        width: 100%;
    }
}


/*=============================================================================*/


.indexPos1{
    /*padding-left: 30px;
    padding-right: 30px;*/
}
.indexPos1-div{
    background-color: rgba(255,255,255,0);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 7%;
    padding-right: 30px;
    padding-bottom: 7%;
    padding-left: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.indexPos1-box{
    margin-top: 25px;
    margin-bottom: 25px;
}
.indexPos1-title{
    text-align: center;
    color: #272d3a;
    color: #fff;
    font-size: 60px;
    font-size: 4em;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -2px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    text-transform:capitalize;
}
.indexPos1-content{
    color: #fff!important;
    padding-left: 30px;
    padding-right: 30px;
}
.indexPos1-content p{
    color: #fff!important;
}
.indexPos1-content span{
    color: #fff!important;
}
.indexPos1-btn{
    display: block;
    background: linear-gradient(90deg, rgba(231,28,38,1) 0%, rgba(246,156,0,1) 100%) !important;
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    font-weight: 600;
    margin-top: 35px;
}
.indexPos1-btn:hover{
    color: #fff;
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
    .indexPos1-title{
        font-size: 3em;
    }
}
@media screen and (max-width: 768px){
    .indexPos1-title{
        font-size: 3em;
    }
}
@media screen and (max-width: 767px){
    .indexPos1-div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .indexPos1-box{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .indexPos1-title{
        font-size: 2.2em;
        margin-top: 0.3em;
    }
    .indexPos1-content{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 600px){
    
}


/*=======================================================================================*/

/*.factory{
    background: rgba(255,255,255,.4);
}
.ng-fonshow .vs-box{
    background: rgba(255,255,255,.4);
}
.news-box{
    background: rgba(255,255,255,.4);
}*/



.indexbg{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.indexPos2-box{
    padding-top: 110px;
}
.indexPos2-pic img{
    width: 100%;
}
.indexPos2-btn a{
    color: #fff;
    display: block;
    background-color: #dcae63;
    line-height: 36px;
    width: 110px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 auto;
}
.indexPos2-btn a:hover{
    color: #fff;
    background-color: #dcae63;
}
.indexPos2-btn{
    margin-top: 40px;
}
.indexPos3-box{
    padding-top: 110px;
    padding-bottom: 40px;
}
.indexPos3-title{
    font-size: 36px;
    font-weight: 600;
    color: #3d3d3d;
    text-align: center;
}
.indexPos3-subtitle{
    text-align: center;
    font-family: arial;
    font-size: 14px;
    color: #9e9e9e;
    margin-top: 8px;
    margin-bottom: 10px;
}
.indexPos3-line{
    width: 72px;
    height: 3px;
    margin: 0 auto;
    background: #dcae63;
}
.indexPos3-list{
    margin-top: 60px;
}
.indexPos3-list>li{
    float: left;
    width: 100%!important;
    margin-right: 2%;
    margin-bottom: 2%;
}
.indexPos3-list>li:nth-child(5n){
    margin-right: 0px;
}
.indexPos3-item{
    display: block;
}
.indexPos3-item img{
    width: 100%;
}
@media screen and (max-width: 1200px){
    .indexPos2-box{
        padding-top: 80px;
    }
    .indexPos3-box{
        padding-top: 80px;
    }
}
@media screen and (max-width: 992px){
    .indexPos2-box{
        padding-top: 10%;
    }
    .indexPos3-box{
        padding-top: 10%;
    }
    .indexPos3-list>li{
        width: 23.5%;
    }
    .indexPos3-list>li:nth-child(5n){
        margin-right: 2%;
    }
    .indexPos3-list>li:nth-child(4n){
        margin-right: 0px;
    }
}
@media screen and (max-width: 768px){
    
}
@media screen and (max-width: 767px){
    .indexPos3-title{
        font-size: 26px;
    }
    .indexPos3-list{
        margin-top: 40px;
    }
    .indexPos3-list>li{
        width: 32%;
    }
    .indexPos3-list>li:nth-child(4n){
        margin-right: 2%;
    }
    .indexPos3-list>li:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 500px){
    .indexPos3-list>li{
        width: 49%;
    }
    .indexPos3-list>li:nth-child(3n){
        margin-right: 2%;
    }
    .indexPos3-list>li:nth-child(2n){
        margin-right: 0;
    }
}